ARM: dts: stm32: Add quadspi reset for stm32f746
authorPatrice Chotard <[email protected]>
Mon, 14 May 2018 13:42:57 +0000 (15:42 +0200)
committerJagan Teki <[email protected]>
Wed, 16 May 2018 13:11:21 +0000 (18:41 +0530)
Add missing reset property in quadspi node.

Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
arch/arm/dts/stm32f746.dtsi

index 8581df9a2778e85187ffa43242810db328af781c..4845279ccfca8aec851238a98728a6796b4002c4 100644 (file)
@@ -92,6 +92,7 @@
                        interrupts = <92>;
                        spi-max-frequency = <108000000>;
                        clocks = <&rcc 0 STM32F7_AHB3_CLOCK(QSPI)>;
+                       resets = <&rcc STM32F7_AHB3_RESET(QSPI)>;
                        status = "disabled";
                };
                usart1: serial@40011000 {